Namespaces

Types in MathNet.Numerics.Statistics.Mcmc

Type LocalProposalSampler<T>

Namespace MathNet.Numerics.Statistics.Mcmc

Parent MulticastDelegate

A method which samples datapoints from a proposal distribution given an initial sample. The implementation of this sampler is stateless: no variables are saved between two calls to Sample. This proposal is different from in that it samples locally around an initial point. In other words, it makes a small local move rather than producing a global sample from the proposal.

Constructors

Methods

Properties

Public Constructors

LocalProposalSampler<T>(object object, IntPtr method)

Public Methods

IAsyncResult BeginInvoke(T init, AsyncCallback callback, object object)

object Clone()

object DynamicInvoke(Object[] args)

T EndInvoke(IAsyncResult result)

bool Equals(object obj)

int GetHashCode()

Delegate[] GetInvocationList()

void GetObjectData(SerializationInfo info, StreamingContext context)

Type GetType()

T Invoke(T init)

string ToString()

Public Properties

MethodInfo Method get;

object Target get;